Skip to content

Update actions/labeler action to v6#97

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-labeler-6.x
Open

Update actions/labeler action to v6#97
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-labeler-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 4, 2025

This PR contains the following updates:

Package Type Update Change
actions/labeler action major v4v6

Release Notes

actions/labeler (actions/labeler)

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

v6

Compare Source

v6.0.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​jcambass in #​802
Breaking Changes
  • Upgrade Node.js version to 24 in action and dependencies @​salmanmkc in #​891
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/labeler@v5...v6.0.0

v5

Compare Source

v5.0.0

Compare Source

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#​186 and #​54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#​423 and #​101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#​112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v4.3.0

Compare Source

What's Changed

In scope of this release, the ability to specify pull request number(s) was added by @​credfeto in #​349.

Support for reading from the configuration file presented on the runner was added by @​lrstanley in #​394. It allows you to use a configuration file generated during workflow run or uploaded from a separate repository.

Please refer to the action documentation for more information.

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

In the scope of this release, the following outputs were added by @​danielsht86 in #​60:

  • new-labels - a comma-separated string that contains all newly added labels.
  • all-labels - a comma-separated string that contains all labels currently assigned to the PR.

For detailed information, please refer to our updated documentation.

The issue of encountering an HttpError: Server Error when adding more than 50 labels has been successfully resolved by @​markmssd in #​497. However, it's important to note that the GitHub API imposes a limit of 100 labels. To ensure smooth operation, a warning message that will alert you if the number of labels exceeds this limit was implemented. From this point forward, if more than 100 labels are specified, only the first 100 will be assigned.

The error handling for the Resource not accessible by integration error was added by @​jsoref in #​405. Now, if the workflow is misconfigured, the labeler provides a clear warning and guidance for correction.

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

In scope of this release, the dot input was added by @​kachkaev in #​316. It allows patterns to match paths starting with a period. This input is set to false by default.

Usage
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v4
      with:
        dot: true

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.1.0

v4.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v4...v4.0.4

v4.0.3

Compare Source

What's Changed

v4.0.2

Compare Source

v4.0.1

Compare Source

  • Update @actions/core dependency to v1.9.1 to pull in recent security fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 4, 2025

Deploy Preview for halo-universe failed. Why did it fail? →

Name Link
🔨 Latest commit 1a565c9
🔍 Latest deploy log https://app.netlify.com/projects/halo-universe/deploys/68b9d880aeea640008c83b40

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Sep 4, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@renovate renovate Bot changed the title chore(deps): update actions/labeler action to v6 Update actions/labeler action to v6 Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants